type internal/runtime/maps.ctrl
22 uses
internal/runtime/maps (current package)
group.go#L22: ctrlEmpty ctrl = 0b10000000
group.go#L23: ctrlDeleted ctrl = 0b11111110
group.go#L117: type ctrl uint8
group.go#L124: func (g *ctrlGroup) get(i uintptr) ctrl {
group.go#L126: return *(*ctrl)(unsafe.Add(unsafe.Pointer(g), 7-i))
group.go#L128: return *(*ctrl)(unsafe.Add(unsafe.Pointer(g), i))
group.go#L132: func (g *ctrlGroup) set(i uintptr, c ctrl) {
group.go#L134: *(*ctrl)(unsafe.Add(unsafe.Pointer(g), 7-i)) = c
group.go#L137: *(*ctrl)(unsafe.Add(unsafe.Pointer(g), i)) = c
map.go#L584: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast32_swiss.go#L188: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast32_swiss.go#L302: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast32_swiss.go#L435: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64_swiss.go#L188: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64_swiss.go#L302: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64_swiss.go#L358: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64_swiss.go#L474: g.ctrls().set(i, ctrl(h2(hash)))
runtime_faststr_swiss.go#L256: g.ctrls().set(i, ctrl(h2(hash)))
runtime_faststr_swiss.go#L373: g.ctrls().set(i, ctrl(h2(hash)))
runtime_swiss.go#L319: g.ctrls().set(i, ctrl(h2(hash)))
table.go#L346: g.ctrls().set(i, ctrl(h2(hash)))
table.go#L409: g.ctrls().set(i, ctrl(h2(hash)))